home *** CD-ROM | disk | FTP | other *** search
- Path: conan.ids.net!scarney
- From: scarney@conan.ids.net (scarney)
- Newsgroups: comp.lang.c
- Subject: Pattern matching in C
- Date: 23 Feb 1996 06:51:51 GMT
- Organization: IDS World Network Internet Access Service, (401) 885-4243
- Message-ID: <4gjo68$jpp@paperboy.ids.net>
- NNTP-Posting-Host: conan.ids.net
-
-
- I'm trying to do some text file pattern matching. Using a simple while
- loop that has a <data> != <j.random string> in its conditional doesn't
- work. Depending on different ways of doing it, you get a segmentation
- fault, random output, or no output.
-
- Anybody know how I SHOULD be doing this?
-
-